Package-level declarations

Types

Link copied to clipboard

Make a dynamic prompt contribution based on the operation context.

Link copied to clipboard
data class FocusedToolCallControl(val toolName: String, val toolCalls: Int = 5)
Link copied to clipboard
data class ToolCallControl(val toolCalls: Int = 5)

PromptContributor to control tool usage.